home *** CD-ROM | disk | FTP | other *** search
/ Software USA 5 #5 / Software USA Volume 5.05.iso / pc / homeoff / zilch / install / _setup.1 / Zilchs21.exe / 0 / RCDATA / TCURRENCYSYMBOL / TCURRENCYSYMBOL.txt
Text File  |  1999-01-30  |  951b  |  52 lines

  1. object CurrencySymbol: TCurrencySymbol
  2.   Left = 200
  3.   Top = 99
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Select Currency Symbol'
  7.   ClientHeight = 230
  8.   ClientWidth = 373
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   TextHeight = 16
  17.   object Bevel1: TBevel
  18.     Left = 37
  19.     Top = 26
  20.     Width = 300
  21.     Height = 177
  22.   end
  23.   object RadioGroup1: TRadioGroup
  24.     Left = 74
  25.     Top = 46
  26.     Width = 225
  27.     Height = 81
  28.     ItemIndex = 0
  29.     Items.Strings = (
  30.       '$  Dollar Sign'
  31.       'ÔøΩ  Imperial Pound')
  32.     TabOrder = 0
  33.   end
  34.   object BitBtn1: TBitBtn
  35.     Left = 74
  36.     Top = 150
  37.     Width = 89
  38.     Height = 33
  39.     TabOrder = 1
  40.     Kind = bkCancel
  41.   end
  42.   object BitBtn2: TBitBtn
  43.     Left = 210
  44.     Top = 150
  45.     Width = 89
  46.     Height = 33
  47.     TabOrder = 2
  48.     OnClick = BitBtn2Click
  49.     Kind = bkOK
  50.   end
  51. end
  52.